Welcome![Sign In][Sign Up]
Location:
Search - mixer linux

Search list

[Linux-UnixOSS_app

Description: Linux下基于OSS音频驱动的应用程序,包括播放已经MIXER控制程序。
Platform: | Size: 7980 | Author: barrysong | Hits:

[Audio programkmixer-0.0.8-pre1.tar

Description: kmixer is a kernel level audio mixer for Linux,like esd or aRtsd. It s works in kernel mode, so it can handle all requests to /dev/dsp, and mix all audio streams from all process, accessing to dsp and writing to real dsp.
Platform: | Size: 16533 | Author: 李钧生 | Hits:

[Linux-Unixadmixer_meter

Description: 一个在linux下的,针对声音设备文件,混音器的设置和配置,/dev/mixer,/dev/dsp,/dev/audio,-one of the linux, voice response equipment, mixers setup and configuration, / dev / mixer, / dev / dsp, / dev / audio, etc.
Platform: | Size: 11128 | Author: 李谋选 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-Unixadmixer_meter

Description: 一个在linux下的,针对声音设备文件,混音器的设置和配置,/dev/mixer,/dev/dsp,/dev/audio,-one of the linux, voice response equipment, mixers setup and configuration,/dev/mixer,/dev/dsp,/dev/audio, etc.
Platform: | Size: 77824 | Author: 李谋选 | Hits:

[Audio programAudioComponentsSuite.v2.2

Description: Audio Components Suite,一套跨平台的音频处理组件包: 1、支持音频回放、捕捉。 2、CD-ROM回放、CDDA捕捉。 3、Wave流支持。 4、MP3、Ogg、FLAC、Monkey等格式支持。 5、音频混响处理。 6、输入设备动态捕捉。 7、音频格式转换。 8、声音音频指示器。 9、其他一些特效。 ----------------------------------------------------- Base Classes TACSConverter TACSFileIn TACSFileOut TACSInput TACSOutput TACSStreamedInput TACSStreamedOutput Audio I/O TALSAAudioIn (Linux only) TALSAAudioOut (Linux only) TAOLive (Linux only) TAudioIn TAudioOut TCDIn TCDPlayer TFLACIn TFLACOut TInputList TMACIn (Windows only) TMACOut (Windows only) TMemoryIn TMixer (Linux only) TMP3Out TMP3ToWav TMPEGIn (Linux only) TNULLOut TStreamIn TStreamOut TVorbisIn TVorbisOut TWaveIn TWaveOut Audio Processing TAudioMixer TAudioProcessor TBWFilter TConvolver TMSConverter TRateConverter TSampleConverter TSincFilter TSoundIndicator TStereoBalance-Audio Components Suite, a set of cross-platform audio processing kits : one to support audio playback, capture. 2, CD-ROM playback, capture or terrible. 3, Wave Flow support. 4, MP3, Ogg, FLAC, Monkey format support. 5, audio reverb processing. 6, dynamic input devices to capture. 7, audio format conversion. 8, sound audio indicator. 9, a number of other special effects.----------------------------------------------------- Base Classes TACSConverter TACSFileIn TACSFileOut TACSInput TACSOutput TACSStreamedInput TACSStreamedOutput Audio I/O TALSAAudioIn (Linux only) TALSAAudioOut (Linux only) TAOLive (Linux only) TAudioIn TAudioOut TCDIn TCDPlayer TFLACIn TFLACOut TInputList TMACIn (Windows only) TMACOut (Windows only) TMemoryIn TMixer (Linux only) TMP3Out TMP3ToWav TMPEGIn (Linux only)
Platform: | Size: 439296 | Author: 豪仔 | Hits:

[midi programmixxx-1.5.0

Description: mixxx:一个多平台的DJ调音平台。Mixxx is software created for DJ ing. You can use wave based audio files, Ogg Vorbis and MP3 files as audio input. Mixxx can be controlled through the GUI and with external controllers including MIDI devices, joysticks and more. This release works on Linux, Windows and MacOS X. Mixxx is released under GPL v2. See LICENSE file in this directory for a copy of the licence. -mixxx: a multi-platform DJ mixer platform. Mixxx is software created for DJ ing. You can use wave basedaudio files, Ogg Vorbis and MP3 files as audio input. Mixxxcan be controlled through the GUI and with external controllers including MIDI devices, joysticks and more.This release works on Linux, Windows and MacOS X. Mixxx is released under GPL v2. See LICENSE file in this directory for a copy of the licence.
Platform: | Size: 5102592 | Author: netxiao | Hits:

[Linux-UnixOSS_app

Description: Linux下基于OSS音频驱动的应用程序,包括播放已经MIXER控制程序。-Linux-based OSS audio-driven applications, including broadcast has MIXER control procedures.
Platform: | Size: 8192 | Author: barrysong | Hits:

[Audio programkmixer-0.0.8-pre1.tar

Description: kmixer is a kernel level audio mixer for Linux,like esd or aRtsd. It s works in kernel mode, so it can handle all requests to /dev/dsp, and mix all audio streams from all process, accessing to dsp and writing to real dsp. -kmixer is a kernel level audio mixer for Linux, like esd or aRtsd. It s works in kernel mode, so it can handle all requests to/dev/dsp, and mix all audio streams from all process, accessing to dsp and writing to real dsp.
Platform: | Size: 16384 | Author: 李钧生 | Hits:

[Linux-Unixmixer.tar

Description: this sample code to control mixer in linux.-this is sample code to control mixer in linux.
Platform: | Size: 1024 | Author: gxf | Hits:

[Embeded Linuxyinpinchuli

Description: 音频处理芯片uda1341内核驱动源码、利用声卡上的DSP设备进行声音录制和回放的基本框架、利用混音器框架对各种混音通道的增益进行调节、Linux下的OSS音频接口编程-Audio processing chip uda1341 kernel driver source code, using the sound card' s DSP sound recording and playback equipment for the basic framework, using the framework of a variety of mixing mixer channel gain adjust, Linux programming under the OSS audio interface
Platform: | Size: 22528 | Author: 刘冉 | Hits:

[Multimedia programmixer.c.tar

Description: linux 下对混音器的命令行调节程序,可以设定VOL,PCM,MIC增益-mixer under linux command line conditioning program, you can set the VOL, PCM, MIC gain
Platform: | Size: 1024 | Author: Sunday | Hits:

[Embeded Linuxaudio_frequency

Description: 文件包中有三个文件:sound.c,mixer.c.vol.c 其中sound.c是实现打开、关闭音频接口,同时实现录音放音功能的文件; mixer.c是实现读取当前混音器的设备信息,设置左、右声道增益功能的文件; vol.c是实现调节音量功能的文件 此文件是基于linux开发板编写的-Package has three files: sound.c, mixer.c.vol.c sound.c which is to achieve open, close the audio interface, simultaneous recording playback function in the file mixer.c read the current mixer to achieve the device information, setting the left and right channel gain function file vol.c adjust the volume function is to achieve a document This document is prepared based on linux development board
Platform: | Size: 3072 | Author: 张婕 | Hits:

[Linux-UnixLinux-driver-development17

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第17章、Linux音频设备驱动。在Linux系统中,先后出现了音频设备的两种框架:OSS和ALSA,本节将在介绍数字音频设备及音频设备硬件接口的基础上讲解OSS和ALSA驱动的结构。17.1~17.2节讲解了音频设备及PCM、IIS和AC97硬件接口。17.3节讲解了Linux OSS音频设备驱动的组成、mixer接口、dsp接口及用户空间编程方法。17.4节讲解了Linux ALSA音频设备驱动的组成、card和组件管理、PCM设备、control接口、AC97 API及用户空间编程方法。17.5节以S3C2410通过IIS接口外接UDA1341编解码器的实例讲解了OSS驱动。17.6节以PXA255通过AC97接口外接AC97 编解码器的实例讲解了ALSA驱动。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 17, Linux audio device drivers. In Linux system, the audio equipment successively appeared two framework: OSS and ALSA, this section will be introduced in digital audio equipment and audio equipment and hardware interface on the basis of OSS and explain the structure of the driver ALSA. 17.1 ~ 17.2 explained audio equipment and PCM, IIS and AC97 hardware interface. Section 17.3 explained Linux OSS audio device driver s composition, mixer, DSP interface and the user interface space programming method. Section 17.4 explained Linux ALSA audio device drivers, the composition of the card and the component management, PCM equipment, control interface, AC97 API and user space programming method. Section 17.5 to S3C2410 through the IIS interface external UDA1341 codec examples to explain the OSS driver. Section 17.6 to PXA255 through the AC97 interface exter
Platform: | Size: 922624 | Author: 华清远见 | Hits:

[Driver Developmixer

Description: linux音频设备驱动的mixer和sound的测试程序,mixer混音对频率调节,sound先录音在放音-Linux audio device driver mixer and sound testing procedures, the mixer mixes the frequency adjustment, the first recording sound playback
Platform: | Size: 6144 | Author: zhoubo | Hits:

[Linux-Unixvxp_mixer

Description: Linux VX-pocket mixer Driver for Digigram VXpocket soundcards - Linux VX-pocket mixer Driver for Digigram VXpocket soundcards
Platform: | Size: 1024 | Author: vaibanver | Hits:

[Linux-Unixmixart_mixer

Description: Linux Driver for Digigram miXart soundcards mixer callbacks.
Platform: | Size: 8192 | Author: bangxenging | Hits:

[Linux-Unixmixer

Description: Linux Tentative USB Audio Driver for ALSA Mixer control part
Platform: | Size: 15360 | Author: tonggangqan | Hits:

[Linux-Unixmixer

Description: TODOs, for both the mixer and the streaming interfaces: for Linux v2.13.6.
Platform: | Size: 17408 | Author: ctctcin | Hits:

[Embeded Linuxmixer

Description: 这是一个功能简单的音频视频流服务器,用于学习linux音频视频网络编程 -This a simple audio /video streaming server ,for learning Ip camera
Platform: | Size: 3072 | Author: Tom | Hits:
« 12 »

CodeBus www.codebus.net